home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / nntpd / man / news.5 < prev    next >
Text File  |  1995-08-16  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. NEWS(5)                                                   NEWS(5)
  5.  
  6.  
  7. NAME
  8.        news - USENET network news articles and batches
  9.  
  10. DESCRIPTION
  11.        There are two formats of news articles: A and B.  A format
  12.        is obsolete, but looks like this:
  13.  
  14.             A__________
  15.             __________
  16.             ____
  17.             ____
  18.             _____
  19.             ____ __ _______
  20.  
  21.        A B format _______ consists of a series  of  header  lines
  22.        (collectively referred to as the message ______), followed
  23.        by an empty line, followed by the  body.   A  header  line
  24.        must  begin  with  a word (consisting of alphanumerics and
  25.        dashes), a colon, and at least one space, in  that  order.
  26.        This  is  a  specialisation  of RFC 822 format.  Continued
  27.        headers are as per  RFC  822.   Unrecognized  headers  are
  28.        ignored.   News  is stored in the same format transmitted,
  29.        see ``Standard for the Interchange  of  USENET  Messages''
  30.        (RFC  1036  nee 850) and ``Standard for the Format of ARPA
  31.        Internet Text Messages'' (RFC 822, but note amendments  in
  32.        RFC  1123)  for a full description.  The following headers
  33.        are among those recognized:
  34.  
  35.             From: ____@___________________ ____ ( ____ ____)
  36.             Newsgroups: ____ ______
  37.             Message-ID: <______ ______ __________>
  38.             Subject: ___________ _____
  39.             Date: ____ ______
  40.             Expires: __________ ____
  41.             Reply-To: _______ ___ ____ _______
  42.             References: __________ __ _______ ____ __ _ _________
  43.             __.
  44.             Control: ____ __ _ _______ _______
  45.  
  46.        A  ____ _____ consists of zero or more articles, each pre-
  47.        ceded by a line of the form
  48.  
  49.             #! rnews __________
  50.  
  51.        where __________ is the number of bytes in  the  following
  52.        article,  where  each newline is counted as a single byte,
  53.        even if it is stored as a CR-LF or some other  representa-
  54.        tion.   Spaces  are  significant: one before and one after
  55.        rnews.  News batches are usually transmitted ________ed.
  56.  
  57.        Various peculiar optional encapsulations of  news  batches
  58.        exist  which  consist  of doing something to the (probably
  59.        compressed) batch, then prepending a #! ___  line  to  the
  60.        output,  where  ___  reflects  the  form of encapsulation;
  61.  
  62.  
  63.  
  64.                            9 Sept 1994                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. NEWS(5)                                                   NEWS(5)
  71.  
  72.  
  73.        known values of ___ include cunbatch (the null  encapsula-
  74.        tion),  and  c7unbatch  (encode the batch using only seven
  75.        bits per character).
  76.  
  77. EXAMPLES
  78.        An article.
  79.  
  80.             Path: att!eagle!jerry
  81.             From: jerry@eagle.uucp (Jerry Schwarz)
  82.             Newsgroups: news.announce
  83.             Subject: Usenet Etiquette -- Please Read
  84.             Message-ID: <642@eagle.UUCP>
  85.             Date: Friday, 19 Nov 82 16:14:55 EST
  86.             Followup-To: news.misc
  87.             Expires: Saturday, 1 Jan 83 00:00:00 EST
  88.             Organization: Bell Labs, Murray Hill
  89.             The body of the article comes here, after an empty line.
  90.  
  91.  
  92. SEE ALSO
  93.        checknews(1CN),  compress(1),  inews(1CN),  nn(1),   post-
  94.        news(1CN),  readnews(1CN), rn(1), vnews(1), getabsdate(3),
  95.        newsctl(5), newssys(5), expire(8CN), newsbatch(8CN), news-
  96.        mail(8CN), relaynews(8CN), rnews(8CN), newsinvaders(9.1)
  97.        DARPA RFCs 1036, 850, 822, 1123
  98.  
  99. HISTORY
  100.        Convoluted.
  101.  
  102. BUGS
  103.        B  format  articles  must not start with A, to distinguish
  104.        them from A format; this is only a problem  if  moderators
  105.        put Approved: first.
  106.  
  107.        Processing  would be easier and potentially faster if Con-
  108.        trol: (if present) and Newsgroups: were required to be the
  109.        first headers.
  110.  
  111.        People  insist  on making their whacko local encapsulation
  112.        schemes (cunbatch, etc.)  _____s's problem.
  113.  
  114.        One could argue that RFC 822 is less than  an  ideal  base
  115.        for  article  format.   (On  the other hand, at least it's
  116.        textual, unlike ISO messages.)
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                            9 Sept 1994                          2
  131.  
  132.  
  133.